home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Bank smakow / AdobeAIRInstaller.exe / setup.swf / scripts / mx / binding / IWatcherSetupUtil.as < prev    next >
Encoding:
Text File  |  2009-11-20  |  169 b   |  9 lines

  1. package mx.binding
  2. {
  3.    public interface IWatcherSetupUtil
  4.    {
  5.       function setup(param1:Object, param2:Function, param3:Array, param4:Array) : void;
  6.    }
  7. }
  8.  
  9.